Socket
Socket
Sign inDemoInstall

@elastic/transport

Package Overview
Dependencies
9
Maintainers
65
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @elastic/transport

Transport classes and utilities shared among Node.js Elastic client libraries


Version published
Maintainers
65
Created

Readme

Source

Elastic Node.js Transport

js-standard-style Node CI codecov NPM downloads

This is a HTTP transport Node.js library for communicate with Elastic products, like Elasticsearch.

Install

npm install @elastic/transport

Node.js support

NOTE: The minimum supported version of Node.js is v18.

The client versioning follows the Elastic Stack versioning, this means that major, minor, and patch releases are done following a precise schedule that often does not coincide with the Node.js release times.

To avoid support insecure and unsupported versions of Node.js, the client will drop the support of EOL versions of Node.js between minor releases. Typically, as soon as a Node.js version goes into EOL, the client will continue to support that version for at least another minor release.

Unless you are always using a supported version of Node.js, we recommend defining the client dependency in your package.json with the ~ instead of ^. In this way, you will lock the dependency on the minor release and not the major. (for example, ~7.10.0 instead of ^7.10.0).

Node.js VersionNode.js EOL dateEnd of support
8.xDecember 20197.11 (early 2021)
10.xApril 20217.12 (mid 2021)
12.xApril 20228.2 (early 2022)
14.xApril 20238.8 (early 2023)
16.xOctober 20238.14 (early 2024)

API

Usage

License

This software is licensed under the Apache 2 license.

FAQs

Last updated on 21 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc